home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / reader_requests / wild / readme.developer < prev    next >
Text File  |  2000-02-23  |  2KB  |  44 lines

  1. Short:    Developer archive for WILD, the 3D library for games.
  2. Author:   ingpippa@mbservice.it   Pyper
  3. Uploader: ingpippa@mbservice.it   Pyper
  4. Type: dev/misc
  5.  
  6.     That's the first developer material for Wild.
  7.     Contains:
  8.     
  9.     Developer/
  10.      Examples/
  11.       src/
  12.            Here are the sources of the demos.
  13.            I use DevPac for the asm, and gcc (egcs) for the C.
  14.            If you try to re-assemble or re-compile them, probably will be
  15.            difficult... I use some scripts for makefile, and... try, you'll see.
  16.            I included them to be seen, not to be recompiled.
  17.          Docs/
  18.           here are the docs. Now, only wild.doc is present, and is also very
  19.           incomplete. Most of the functions aren't still documented... I'll
  20.           update...
  21.          CoderHelp/
  22.           here are some help files, to code modules.
  23.           But if you want to code a module, say-me before, I'll send you some
  24.           more info...
  25.         
  26.         Include/
  27.          Here are the includes (C and Asm) for WILD.
  28.          They are not complete: some in C are missing, and some asm are missing.
  29.          There are also the inline, made with FD2Pragma.
  30.          More includes are needed for the inlines, you can get in the FD2Pragma
  31.          archive, on aminet.
  32.  
  33.         Support/
  34.          Here there are a lot of useless files, most are obsolete, but some are
  35.          needed to recompile the oldest demos: the TestSectors are Sectors made
  36.          in asm, to be included in the source code.
  37.          Some other are misc routines, and even my profiler.library.
  38.          If you find something useful, say me!
  39.         
  40.         Appunti/
  41.          And here are my internal docs, some notes, some projects,... some written
  42.          in english, some in italian. Take care, some ideas are changed, but the
  43.          last ones are quite reliable. Read just for curiosity, not take it serious.
  44.